projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9457af
)
testsuite: Rename next to ngl
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 31 Mar 2021 11:49:14 +0000
(07:49 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 31 Mar 2021 18:59:43 +0000
(14:59 -0400)
Use specific names for renderers in the gsk tests.
Otherwise the tests may use the wrong renderer, or
the same renderer twice.
testsuite/gsk/meson.build
patch
|
blob
|
history
diff --git
a/testsuite/gsk/meson.build
b/testsuite/gsk/meson.build
index 9dc11f2b55b544abbac70cec63ecf52ae9501aa0..439f5a7c2e07ea37d302d47358f610d873519fce 100644
(file)
--- a/
testsuite/gsk/meson.build
+++ b/
testsuite/gsk/meson.build
@@
-89,8
+89,8
@@
informative_render_tests = [
renderers = [
# name exclude term
- [ '
open
gl', '' ],
- [ 'n
ext
', '' ],
+ [ 'gl', '' ],
+ [ 'n
gl
', '' ],
[ 'broadway', '-3d' ],
[ 'cairo', '-3d' ],
]